home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOpus Plus
/
DOpus Plus.iso
/
Tutorial
/
ARexx Tutorial
/
TuteRexx
/
DOpusError.dopus5
< prev
next >
Wrap
Text File
|
1998-09-04
|
260b
|
13 lines
/* DOpus Error Code Test */
options results
address 'DOPUS.1'
dopus front
dopus getstring '"Input error code:" 2 "" OK|Cancel'
if dopusrc = 0 then exit
ec = result
dopus error result
text = "Error code "ec": "result
dopus request '"'text'" OK'
dopus back
exit